home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9707 / 000073_owner-linux-arm…r.rutgers.edu _Thu Jul 24 01:04:06 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id BAA29281 for <willy@odie.fluff.org>; Thu, 24 Jul 1997 01:04:06 +0100
  3. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 24590]) by nic.funet.fi with ESMTP id <15479-364>; Thu, 24 Jul 1997 03:03:28 +0300
  4. Received: by vger.rutgers.edu id <971107-8840>; Wed, 23 Jul 1997 19:58:48 -0400
  5. Received: from tazenda.demon.co.uk ([158.152.220.239] HELO kings-cross.london.uk.eu.org ident: IDENT-NOT-QUERIED [port 2732]) by vger.rutgers.edu with SMTP id <971099-8839>; Wed, 23 Jul 1997 19:58:24 -0400
  6. Received: from kings-cross.london.uk.eu.org [::ffff:127.0.0.1] 
  7.     by kings-cross.london.uk.eu.org with esmtp (Exim 1.62 #2)
  8.     id 0wrB96-0007jo-00; Thu, 24 Jul 1997 00:48:40 +0100
  9. X-Mailer: exmh version 1.6.9 8/22/96
  10. To: rmk92@ecs.soton.ac.uk
  11. cc: joseph@odie.barnet.ac.uk, linux-arm@vger.rutgers.edu
  12. Subject: Re: Any more feedback on ARM Linux? 
  13. In-reply-to: Your message of "Tue, 22 Jul 1997 21:50:57 BST."
  14.              <1004.199707222050@raistlin.armlinux.org> 
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=us-ascii
  17. Date:     Thu, 24 Jul 1997 00:48:39 +0100
  18. From: Philip Blundell <Philip.Blundell@pobox.com>
  19. Message-Id: <E0wrB96-0007jo-00@kings-cross.london.uk.eu.org>
  20. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  21. Sender: owner-linux-arm@vger.rutgers.edu
  22. Precedence: bulk
  23. Status: RO
  24.  
  25. >Joseph Heenan writes:
  26. >> The new sound module seems to work too, although I still don't get
  27. >> 'beeps' from the shell - do I have to enable these specifically
  28. >> somehow?
  29. >
  30. >Not as yet.  This is something to think about...  (since normally
  31. >under Linux, I believe that they would come out of the PC speaker
  32. >whether or not you have a sound card), so some interface needs to
  33. >be designed between the console code and the sound code...
  34.  
  35. I think you can do this by creating a new arc_mksound() function and pointing kd_mksound() to it.  This is what the Amiga and so on do about this problem.  I don't know how well it will work with your new console driver, but take a look at drivers/char/vt.c and arch/m68k/amiga/config.c as a starting point.
  36.  
  37. p.